projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
233388e
)
[docs] Fix GtkWindow: activate-default => activate-focus.
author
Stanislas Marquis
<stnsls@gmail.com>
Fri, 4 Jun 2010 22:33:06 +0000
(
00:33
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Fri, 4 Jun 2010 22:45:37 +0000
(
00:45
+0200)
Signed-off-by: Javier Jardón <jjardon@gnome.org>
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 3d882545d96216f5bbc2988769736305904c2234..942c30e5fff7cd9183337be12cef7e435b4529b1 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-838,7
+838,7
@@
gtk_window_class_init (GtkWindowClass *klass)
* GtkWindow::activate-focus:
* @window: the window which received the signal
*
- * The ::activate-
default
signal is a
+ * The ::activate-
focus
signal is a
* <link linkend="keybinding-signals">keybinding signal</link>
* which gets emitted when the user activates the currently
* focused widget of @window.